lib: add u16_strcpy/strdup functions
authorAkashi, Takahiro <[email protected]>
Fri, 14 Dec 2018 10:10:38 +0000 (19:10 +0900)
committerAlexander Graf <[email protected]>
Wed, 13 Feb 2019 08:40:05 +0000 (09:40 +0100)
commit2a3537ae2272d9699312a0855a7b72472d1719c5
tree470f1262db074eb6beb340bd4b6742d23b1bdbde
parent2859f446b081db62336c32a832af026d37ab00b4
lib: add u16_strcpy/strdup functions

Add u16_strcpy() and u16_strdup(). The latter function will be
used later in implementing efi HII database protocol.

Signed-off-by: Akashi Takahiro <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
include/charset.h
lib/charset.c